github.com/golang/protobuf/proto.textWriter.compact (field)

15 uses

	github.com/golang/protobuf/proto (current package)
		text_encode.go#L72: 			compact:   tm.Compact,
		text_encode.go#L118: 	compact   bool // same as TextMarshaler.Compact
		text_encode.go#L128: 		if !w.compact && w.complete {
		text_encode.go#L137: 	if w.compact {
		text_encode.go#L165: 	if w.compact && c == '\n' {
		text_encode.go#L168: 	if !w.compact && w.complete {
		text_encode.go#L177: 	if !w.compact && w.complete {
		text_encode.go#L190: 	if !w.compact {
		text_encode.go#L243: 	if w.compact {
		text_encode.go#L252: 	if w.compact {
		text_encode.go#L321: 				if !w.compact {
		text_encode.go#L378: 		if !w.compact {
		text_encode.go#L433: 	if !w.compact {
		text_encode.go#L453: 		if !w.compact || wtyp == protowire.StartGroupType {
		text_encode.go#L542: 	if !w.compact {